projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34a2d6
)
GtkFontChooser: Better test preview text
author
Alberto Ruiz
<aruiz@gnome.org>
Tue, 3 May 2011 23:30:37 +0000
(
00:30
+0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:54 +0000
(18:57 -0400)
tests/testfontselection.c
patch
|
blob
|
history
diff --git
a/tests/testfontselection.c
b/tests/testfontselection.c
index 1a79332a34f70d9649ab385926c611c3d6f9a71b..ec2e01d77023b3c72c29fbbc9860f0e3e0962401 100644
(file)
--- a/
tests/testfontselection.c
+++ b/
tests/testfontselection.c
@@
-68,7
+68,7
@@
main (int argc, char *argv[])
g_signal_connect (G_OBJECT (fontsel), "notify::preview-text", G_CALLBACK(notify_preview_text_cb), NULL);
gtk_font_selection_set_font_name (GTK_FONT_SELECTION (fontsel), "Bitstream Vera Sans 45");
- gtk_font_selection_set_preview_text (GTK_FONT_SELECTION (fontsel), "
Siete caballos vienen de bonanza
");
+ gtk_font_selection_set_preview_text (GTK_FONT_SELECTION (fontsel), "
[user@host ~]$
");
gtk_main ();